JSTypedHttpResponse

class JSTypedHttpResponse<T>

A typed HTTP response. All casting is done in JS, so this is not type safe.

Properties

headers
Link copied to clipboard
val headers: Map<String, String>
result
Link copied to clipboard
val result: T?
statusCode
Link copied to clipboard
val statusCode: Int

Sources

js source
Link copied to clipboard